home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ada / c01oop.zip / CPPWKBK / CPPV4-5.OUT < prev    next >
Text File  |  1992-08-25  |  741b  |  20 lines

  1. C++ Problem 4.5 by Rick Conn using Borland C++
  2. Base constructor called with message X
  3.   Derived1 constructor called with message X
  4.   Derived2 constructor called
  5. Base constructor called with message Y
  6.   Derived1 constructor called with message Y
  7.   Derived2 constructor called
  8. Derived2 destructor called
  9.   Derived1 destructor called with message Y
  10.   Base destructor called with message Y
  11. Base constructor called with message Z
  12.   Derived1 constructor called with message Z
  13.   Derived2 constructor called
  14. Derived2 destructor called
  15.   Derived1 destructor called with message Z
  16.   Base destructor called with message Z
  17. Derived2 destructor called
  18.   Derived1 destructor called with message X
  19.   Base destructor called with message X
  20.